home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CreatingGames / Utilities / Misc / ModemLink / Source / CRC.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-12-28  |  98 b   |  9 lines

  1. #ifndef CRC_H
  2. #define CRC_H
  3.  
  4. #include <exec/types.h>
  5.  
  6. ULONG GetCRC(char *buf, ULONG Len);
  7.  
  8. #endif
  9.